Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NMap<TKey,TValue> Class / Values Property


In This Topic
    Values Property (NMap<TKey,TValue>)
    In This Topic
    Gets a view of the values contained in this map
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Values As INSet(Of TValue)
    'Usage
     
    
    Dim instance As NMap(Of TKey,TValue)
    Dim value As INSet(Of TValue)
     
    value = instance.Values
    public INSet<TValue> Values {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also